Skip to main content

How to Use

See FOX-contract for more details.


Requirements

$ npm install

Set .env

and/or .env.test for test environment.

Now we can use pre-defined values as environment variable, with a command prefix dotenv -e .env.test --.

Deploy

$ dotenv -e .env.test -- npx hardhat run scripts/deploy.js --network localhost